home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / oldwish / oldflat.cursor < prev    next >
Text File  |  1989-01-11  |  287b  |  10 lines

  1. #define flatCursor_width 16
  2. #define flatCursor_height 16
  3. #define flatCursor_x_hot 7
  4. #define flatCursor_y_hot 8
  5. static short flatCursor_bits[] = {
  6.    0x0000, 0x1f82, 0x1082, 0x0882,
  7.    0x0082, 0x0082, 0x0182, 0x3f02,
  8.    0x6002, 0x4602, 0x4102, 0x4102,
  9.    0x4102, 0x2302, 0x3cfc, 0x0000};
  10.